home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl760 / ezstat1j.lzh / UNPACK-F.BAT < prev    next >
DOS Batch File  |  1993-05-04  |  3KB  |  64 lines

  1. :--------------------------------------------:
  2. :  UNPACK-F.BAT  for  EASY-STATS by LANGLEY  :
  3. :--------------------------------------------:
  4. echo off
  5. cls
  6. echo       UNPACKING & INSTALLING "EASY-STATS by LANGLEY" onto Floppy Disks
  7. echo      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. echo.
  9. echo This procedure assumes that you've got Twin Floppy Disk Drives (A: and B:).
  10. echo.
  11. echo It also assumes that you've got ready either:
  12. echo.
  13. echo  2 formatted BLANK 360K floppy disks, labelled EASY-STATS #1 & EASY-STATS #2,
  14. echo                          ***   or   ***
  15. echo  1 formatted 720K or larger disk, with at least 430K free, labelled EASY-STATS.
  16. echo.
  17. echo         ==== Press "Ctrl+Break" if you want to stop now.
  18. echo.
  19. echo        Otherwise, put one of those disks in Drive B, and ---
  20. echo.
  21. pause
  22. pkxarc/r  ezstats1  b:\
  23. echo.
  24. if not errorlevel 0 goto BAD
  25. echo Ok.
  26. echo If using 360K floppy disks, now put your SECOND blank disk in DRIVE B.
  27. echo If using a 720K or larger disk,  please leave it untouched in Drive B. 
  28. echo.
  29. pause
  30. pkxarc/r  ezstats2  b:\
  31. if errorlevel 0 goto OK
  32. :BAD
  33. echo ERROR.  ERROR.  Unpacking that disk failed.
  34. goto EOF
  35. :OK
  36. echo.
  37. echo Unpacking and installation is finished.  All's well.
  38. echo.
  39. pause
  40. cls
  41. echo      Please put the compressed EASY-STATS disk away for safekeeping.
  42. echo           Diskcopy it for making copies for your friends.
  43. echo.
  44. echo TO RUN EASY-STATS with your 720K or larger disk, proceed as follows:
  45. echo    1.  Put your unpacked EASY-STATS program disk in Drive A or B.
  46. echo    2.  Make that drive the active one by entering A: or B:.
  47. echo    3.  Enter README for important information initially.
  48. echo    4.  Enter  BASICA MENU,  GWBASIC MENU, or  P-BASIC MENU.
  49. echo.
  50. echo                     -------------------------
  51. echo.
  52. echo TO RUN EASY-STATS with your 2 x 360K floppy disks, proceed thus:
  53. echo    1.  Put your new EASY-STATS #1 disk in Drive A,
  54. echo                  &  EASY-STATS #2 disk in Drive B.
  55. echo    2.  Enter A:README for important information initially.
  56. echo    3.  Enter A: to make Drive A the active one if you want to run programs
  57. echo              on the left side of the menu (Ancova to Data Filer/Editor),
  58. echo    or  Enter B: to make Drive B the active one if you want to run programs
  59. echo              on the right of the menu (Descriptive Stats to Wilcoxon's Tests).
  60. echo    4.  Enter  BASICA MENU,  GWBASIC MENU, or  P-BASIC MENU.
  61. echo.
  62. echo       (You may like to print this screen using pressing the PrtScrn key.)
  63. :eof
  64.